home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Creative Review 39
/
Creative Review 39.iso
/
pc
/
more
/
continuum
/
project2.dir
/
00387_Script_go to moon
< prev
next >
Wrap
Text File
|
1998-06-02
|
410b
|
20 lines
global theLabel
on mouseUp me
if (theLabel = 50) then
set the locV of sprite 30 to 1000
puppetTransition 27, 0, 300
end if
go to label("moon")+(the frame - theLabel)
set theLabel = 420
end
on mouseEnter me
if theLabel = 10 then set the locV of sprite 78 to 94
updatestage
end
on mouseLeave me
if theLabel = 10 then set the locV of sprite 78 to -500
updatestage
end